home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 October / Internet News 2000-10 - CD-ROM.rar / IN200010.BIN / Promo / Quipo / Quipo_ie4.css < prev    next >
Cascading Style Sheet File  |  2000-09-24  |  3KB  |  135 lines

  1.     BODY {
  2.         background-color: #000000;
  3.         font-family: verdana, arial, sans-serif;
  4.         font-size: x-small;
  5.         color: #FFFFFF;
  6.         margin: 0% 3pt 0% 3pt;      
  7.         padding: 0% 0% 0% 0%;
  8.     }
  9.     TABLE {
  10.         font-family: verdana, arial, sans-serif;
  11.         font-size: x-small;
  12.         color: #FFFFFF;
  13.         margin: 0% 0% 0% 0%;      
  14.         padding: 0% 0% 0% 0%;
  15.     }
  16.     TH {
  17.         background-color: #80B0B0;
  18.         font-family: verdana, arial, sans-serif;
  19.         font-weight: normal;
  20.         font-size: small;
  21.         text-align: center;
  22.         color: #FFFFFF;
  23.         margin: 0% 0% 0% 0%;      
  24.         padding: 0% 0% 0% 0%;
  25.     }
  26.     TR {
  27.         font-family: verdana, arial, sans-serif;
  28.         font-size: x-small;
  29.         margin: 0% 0% 0% 0%;      
  30.         padding: 0% 0% 0% 0%;
  31.     }
  32.     TD {
  33.         font-family: verdana, arial, sans-serif;
  34.         font-size: x-small;
  35.         margin: 0% 0% 0% 0%;      
  36.         padding: 0% 0% 0% 0%;
  37.     }
  38.     H1 {
  39.         font-family: verdana, arial, sans-serif;
  40.         font-size: x-large;
  41.         color: #80B0B0;
  42.     }
  43.     H2 {
  44.         font-family: verdana, arial, sans-serif;
  45.         font-size: large;
  46.         color: #80B0B0;
  47.     }
  48.     H3 {
  49.         font-family: verdana, arial, sans-serif;
  50.         font-size: medium;
  51.         font-style: italic;
  52.         font-weight: bold;
  53.         color: #80B0B0;
  54.         margin: 0% 0% 0% 0%;      
  55.         padding: 0% 0% 0% 0%;
  56.     }
  57.     EM {
  58.         font-family: verdana, arial, sans-serif;
  59.         font-size: small;
  60.         font-style: italic;
  61.         font-weight: bold;
  62.         color: #FFFFFF;
  63.         margin: 0% 0% 0% 0%;      
  64.         padding: 0% 0% 0% 0%;
  65.     }
  66.     Address {
  67.         font-family: verdana, arial, sans-serif;
  68.         font-size: x-small;
  69.         font-style: italic;
  70.         margin: 0% 0% 0% 0%;      
  71.         padding: 0% 0% 0% 0%;
  72.     }
  73.     BIG {
  74.         font-size: small;
  75.         margin: 0% 0% 0% 0%;      
  76.         padding: 0% 0% 0% 0%;
  77.     }
  78.     Samp {
  79.         font-family: verdana, arial, sans-serif;
  80.         font-size: x-small;
  81.         margin: 0% 0% 0% 0%;      
  82.         padding: 0% 0% 0% 0%;
  83.     }
  84.     Small {
  85.         font-size: xx-small;
  86.         margin: 0% 0% 0% 0%;      
  87.         padding: 0% 0% 0% 0%;
  88.     }
  89.     TT {
  90.         color: #80B0B0;
  91.         font-family: courier, monospace;
  92.         font-size: xx-small;
  93.         font-weight: bold;
  94.         margin: 0% 0% 0% 0%;      
  95.         padding: 0% 0% 0% 0%;
  96.     }
  97.     BLOCKQUOTE {
  98.         color: #80B0B0;
  99.         font-family: times, serif;
  100.         font-size: x-small;
  101.         text-align: justify;
  102.         margin: 5pt 25pt 0pt 15pt;      
  103.         padding: 0% 0% 0% 0%;
  104.     }
  105.     Link {
  106.         font-family: verdana, arial, sans-serif;
  107.         font-size: x-small;
  108.         margin: 0% 0% 0% 0%;      
  109.         padding: 0% 0% 0% 0%;
  110.     }
  111.     IMG {
  112.         border-color: #80B0B0;
  113.         margin: 2pt 2pt 2pt 2pt;
  114.     }
  115.     IMG.small {
  116.         margin: 0% 0% 0% 0%;      
  117.         padding: 0% 0% 0% 0%;
  118.     }
  119.     A:active {
  120.         color: #90C0C0;
  121.         text-decoration: underline;
  122.     }
  123.     A:link{
  124.         color: #80B0B0;
  125.         text-decoration: none;
  126.     }
  127.     A:visited {
  128.         color: #60A0A0;
  129.         text-decoration: none;
  130.     }
  131.     A:hover {
  132.         color: #90C0C0;
  133.         text-decoration: underline;
  134.     }
  135.